ImageGear .NET v24.12 - Updated
ImGearVectPage Constructor




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectPage Class : ImGearVectPage Constructor
The width of the page..
The height of the page.
The color space of the page.
The channel depth of the page.
Initializes a new instance of the ImGearVectPage class.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal colorSpace As ImGearColorSpace, _
   ByVal channelDepths() As Integer _
)
'Usage
 
Dim width As Integer
Dim height As Integer
Dim colorSpace As ImGearColorSpace
Dim channelDepths() As Integer
 
Dim instance As New ImGearVectPage(width, height, colorSpace, channelDepths)
public ImGearVectPage( 
   int width,
   int height,
   ImGearColorSpace colorSpace,
   int[] channelDepths
)
public: ImGearVectPage( 
   int width,
   int height,
   ImGearColorSpace colorSpace,
   int[]* channelDepths
)
public:
ImGearVectPage( 
   int width,
   int height,
   ImGearColorSpace colorSpace,
   array<int>^ channelDepths
)

Parameters

width
The width of the page..
height
The height of the page.
colorSpace
The color space of the page.
channelDepths
The channel depth of the page.

Return Value

A new instance of the ImGearVectPage class.
See Also

Reference

ImGearVectPage Class
ImGearVectPage Members
ImGearColorSpace Structure